home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 15 / 64er_Magazin_Sonderheft_15_19xx_Markt__Technik_de_Side_A.d64 / dos boot (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  207b  |  8 lines

  1. 100 print"[147]maus dos 64  wird geladen - bitte warten"
  2. 110 a=peek(646):poke 646,peek(53281) and 15
  3. 120 print"load";chr$(34);"maus dos";chr$(34);",";peek(186);":"
  4. 130 print"run:"
  5. 140 poke 631,13:poke 632,13:poke 198,2
  6. 150 poke 646,a
  7. 160 print"":end
  8.